home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / tw212_sv.zip / MAPS / DOBSP.SH < prev    next >
Linux/UNIX/POSIX Shell Script  |  1996-10-04  |  52b  |  5 lines

  1. #!/bin/sh
  2. for x in *.ent;do
  3.     qbsp -onlyents $x
  4. done
  5.